Fix local-pull test
authorAlexander Larsson <alexl@redhat.com>
Mon, 4 Apr 2016 12:43:33 +0000 (14:43 +0200)
committerColin Walters (automation) <walters+githubbot@verbum.org>
Tue, 5 Apr 2016 19:12:09 +0000 (19:12 +0000)
This was not being run for whatever reason. Also, the test
count was wrong.

Closes: #237
Approved by: cgwalters

Makefile-tests.am
tests/test-local-pull.sh

index b7ff268dd6093970a369ba7b575737a57963e346..4bf12ce83ce2ddfa030ad1ed0d2e31e29ea82b13 100644 (file)
@@ -50,6 +50,7 @@ test_scripts = \
        tests/test-pull-summary-sigs.sh \
        tests/test-pull-resume.sh \
        tests/test-pull-untrusted.sh \
+       tests/test-local-pull.sh \
        tests/test-local-pull-depth.sh \
        tests/test-gpg-signed-commit.sh \
        tests/test-admin-upgrade-unconfigured.sh \
@@ -92,7 +93,6 @@ installed_test_data = tests/archive-test.sh \
        tests/admin-test.sh \
        tests/basic-test.sh \
        tests/test-basic-user.sh \
-       tests/test-local-pull.sh \
        tests/corrupt-repo-ref.js \
        tests/pre-endian-deltas-repo-big.tar.xz \
        tests/pre-endian-deltas-repo-little.tar.xz \
index 50ecbcb71b061e95c9c22ebe8b4096e4ad27a3a9..f158f962b38ad8a5d01c58008c87a9ad183e6fbd 100755 (executable)
@@ -23,7 +23,7 @@ set -euo pipefail
 
 skip_without_user_xattrs
 
-echo "1..1"
+echo "1..4"
 
 setup_test_repository "archive-z2"
 echo "ok setup"